home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / MSJV7_2B.ARJ / REGISTER.H < prev    next >
Text File  |  1992-03-01  |  502b  |  18 lines

  1. /*
  2.  * <register.h>
  3.  *
  4.  * Created by Microsoft Corporation.
  5.  * (c) Copyright Microsoft Corp. 1990 - 1992  All Rights Reserved
  6.  */
  7.  
  8. //*** PROTOTYPES ***
  9.  
  10. //* Far
  11.  
  12. BOOL FAR    RegCopyClassName(HWND hwndList, LPSTR lpstrClassName);
  13. void FAR    RegGetClassId(LPSTR lpstrName, LPSTR lpstrClass);
  14. BOOL FAR    RegGetClassNames(HWND hwndList);
  15. void FAR    RegInit(HANDLE hInst);
  16. int  FAR    RegMakeFilterSpec(LPSTR lpstrClass, LPSTR lpstrExt, LPSTR lpstrFilterSpec);
  17. void FAR    RegTerm(void);
  18.